projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79140ef
)
(Fkey_binding): Declare accept_default.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 12 Apr 1994 16:37:03 +0000
(16:37 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 12 Apr 1994 16:37:03 +0000
(16:37 +0000)
src/keymap.c
patch
|
blob
|
history
diff --git
a/src/keymap.c
b/src/keymap.c
index 5fbd5de3456c54680455383daf4406a6e834f5a9..d1f0e8e579b87dac59f60b7db9a314975db20418 100644
(file)
--- a/
src/keymap.c
+++ b/
src/keymap.c
@@
-871,7
+871,7
@@
usable as a general function for probing keymaps. However, if the\n\
optional second argument ACCEPT-DEFAULT is non-nil, `key-binding' does\n\
recognize the default bindings, just as `read-key-sequence' does.")
(key, accept_default)
- Lisp_Object key;
+ Lisp_Object key
, accept_default
;
{
Lisp_Object *maps, value;
int nmaps, i;